home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / NeXTmj / Source / Makefile < prev    next >
Makefile  |  1994-04-27  |  1KB  |  51 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = NeXTmj
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = icon.tiff
  16. GLOBAL_RESOURCES = NeXTmj.nib icon.tiff
  17.  
  18. CLASSES = GameBoardView.m InterfaceView.m TileCountView.m
  19.  
  20. HFILES = GameBoardView.h InterfaceView.h TileCountView.h
  21.  
  22. MFILES = NeXTmj_main.m
  23.  
  24. OTHERSRCS = BoardScramble.cc GameCoordinator.cc GameInterface.cc\
  25.             GameTile.cc GameTileArray.cc Help.cc IntegerList.cc\
  26.             NumberTile.cc NumberTileArray.cc Tile.cc\
  27.             TileCountManager.cc TileDescription.cc\
  28.             TileDescriptionArray.cc TileIterator.cc
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. MAKEFILE = app.make
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35. SOURCEMODE = 444
  36.  
  37. ICONSECTIONS =    -sectcreate __ICON app icon.tiff
  38.  
  39. LIBS = -lMedia_s -lNeXT_s
  40. DEBUG_LIBS = $(LIBS)
  41. PROF_LIBS = $(LIBS)
  42.  
  43.  
  44. -include Makefile.preamble
  45.  
  46. include $(MAKEFILEDIR)/$(MAKEFILE)
  47.  
  48. -include Makefile.postamble
  49.  
  50. -include Makefile.dependencies
  51.